home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / BUSINESS / YCOLECT2.LZH / COLL-C41.EXE / COLLECT.ACS / MEMORY.TXT < prev    next >
Text File  |  1991-10-25  |  3KB  |  60 lines

  1.                               Memory issues:
  2.  
  3. Do  not use any 'front end' program that branches to this program and  then 
  4. returns  back once this program is finished.   This type of program resides 
  5. in memory.  It may conflict with this program and it will reduce the amount 
  6. of memory available for this program.   An example of a 'front end' program 
  7. is AUTOMENU [TM].
  8.  
  9. If  you  use any kind of front end menu,  this program will be  unable,  in 
  10. time, to read its files.  Go into \COLLECT.ACS and execute this utility:  
  11.  
  12.                      CD \COLLECT.ACS
  13.                      MEMORY    <========= you enter this
  14. program responds  
  15. with this  =====>   Machine is 14 % full.  555 bytes are free.
  16.             
  17.  
  18. Observe  the '% full' number.   It should be between 8 and 16%.   If higher 
  19. than that,  you have something loaded into memory that is conflicting  with 
  20. the  program.   Remove it until the '% full' number is reduced to between 8 
  21. and 16.
  22.  
  23.  
  24.             Alternate methodology to check memory availability:
  25.  
  26. Look  for the presence of 'MEMTEST.BAT' in \COLLECT.ACS.   If  you  observe 
  27. this 'BAT' file, then enter this command in the subdirectory:
  28.  
  29.                     MEMTEST    <======== you enter this 
  30.  
  31. The test that follows will display a memory usage and a memory map.
  32.  
  33.                        To rebuild corrupted indexes:
  34.  
  35. Let's  say that you are entering data and your power circuit has a  voltage 
  36. surge,  thereby locking up your computer.   When you power up  again,  your 
  37. indexes may have become corrupted and either you cannot go into the program 
  38. or the data files become unreadable.   If that happens,  use this procedure 
  39. in \COLLECT.ACS:
  40.             
  41.                                DEL *.MEM    <===== you enter these
  42.                                DEL *.NTX    <======
  43.                                GO           <====== 'GO' invokes PROGRAM.EXE
  44.  
  45. At this point,  the Installation menu will appear, indicate that you are on 
  46. a  hard drive and follow the instructions.   The program will then recreate 
  47. all the old indexes and attempt to read the old registration files. 
  48.  
  49.             Alternate methodology to rebuild corrupted indexes:
  50.  
  51. Look in \COLLECT.ACS and execute this command:
  52.  
  53.                                  DIR *.BAT
  54.  
  55. If you see a file named "CRISIS.BAT",  then invoke this file instead of the 
  56. prior procedure.  It accomplishes the same thing.
  57.  
  58.                     CRISIS   <========= you enter this
  59.  
  60.